home *** CD-ROM | disk | FTP | other *** search
- SessionInspector = {
- ACTIONS = {
- addSession:;
- updateSession:;
- deleteSession:;
- nextSession:;
- previousSession:;
- };
- OUTLETS = {
- hoursField;
- updateButton;
- startTimeField;
- panel;
- durationField;
- deleteButton;
- startDateField;
- addButton;
- };
- SUPERCLASS = Object;
- };
- FirstResponder = {
- ACTIONS = {
- };
- SUPERCLASS = Object;
- };
- StopWatch = {
- SUPERCLASS = Object;
- };
- Controller = {
- ACTIONS = {
- compactClients:;
- saveAs:;
- generateDetail:;
- export:;
- setupClient:;
- appDidInit:;
- selectClient:;
- showInfo:;
- buttonHandler:;
- closeMonth:;
- browseClient:;
- import:;
- };
- OUTLETS = {
- clientMgr;
- clientButtons;
- clientList;
- startButton;
- clientBrowser;
- elapsedTimeField;
- description;
- stopwatch;
- infoPanel;
- };
- SUPERCLASS = Object;
- };
-